1.-----------------------------------------------------------
Nach der Installation von PHPKIT bitte das ausführen.

Contentwrapper installation.
----------------------------
Zuerst müssen Sie sich an Ihrer Website mit Ihrem Account anmelden.

Nach der PHP-Kit Installation auf der Willkommensseite auf den "Installieren" Link" klicken.
Die Installation für den Contentwrapper wird dann automatisch fertig gestellt.
Dieser Vorgang muss nur einmal ausgeführt werden. -fertig.
-----------------------------------------------------------------

2.----------------------------------------------------------------------------------------------
und das bitte im Adminpanel unter Konfiguration-> Meta-Angaben-> Eigene Headerangaben eintragen.
------------------------------------------------------------------------------------------------

<!-- Content Type Tuner by Crack Anfang -->	
<script type="text/javascript"> 
 function oeffne(welches) { 
   if(document.getElementById(welches).style.display == 'none') { 
     document.getElementById(welches).style.display = ''; 
     document.getElementById('img'+welches).src = 'images/minus.gif'; 
   }else{ 
     document.getElementById(welches).style.display = 'none'; 
     document.getElementById('img'+welches).src = 'images/plus.gif'; 
   } 
 } 
 </script>
<!-- Content Type Tuner by Crack ENDE -->

<!-- Laden von jquery Anfang-->
<script type="text/javascript" src="/fx/jquery-1.9.1.min.js"></script>
<!-- Laden von jquery Ende-->

<!-- CSS AddOn Datei by PimpYourKiT.de -->
<link href="/fx/css/addons.css" rel="stylesheet" type="text/css" />
<!-- CSS AddOn Datei by PimpYourKiT.de -->

<!-- Lightbox Integration by PimpYourKiT.de -->
<link href="../fx/prettyPhoto/prettyPhoto.css" type="text/css" rel="stylesheet" />
<script src="../fx/prettyPhoto/jquery.prettyPhoto.js" type="text/javascript"></script>
<script src="../fx/prettyPhoto/jquery.prettyPhoto_htmlcode.js" type="text/javascript"></script>
<script type="text/javascript" charset="utf-8">
<!--
	jQuery(document).ready(function(){
		jQuery("a[rel^='prettyPhoto']").prettyPhoto({
		default_width: 640,
		default_height: 480,
			theme: \'light_rounded\', /* pp_default / light_rounded / dark_rounded / light_square / dark_square / facebook */
			ie6_fallback: true
		});
	});
//-->
</script>
<!-- Lightbox Integration by PimpYourKiT.de -->

<!-- Switchforum by PimpYourKiT.de -->
<script type="text/javascript" src="/fx/js/switchforum.js"></script>
<script type="text/javascript" src="/fx/js/switchforumicon.js"></script>
<!-- Switchforum by PimpYourKiT.de -->


#################### Optional noch Cookiescript wenn gewünscht! ##########################

<!-- Cookiescript ANFANG -->
<script src="/fx/js/cookieconsent.js" type="text/javascript"></script>
<!-- Cookiescript ENDE -->